home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / qicbat12.zip / QICBAT.DOC < prev    next >
Text File  |  1994-01-14  |  64KB  |  1,761 lines

  1.                   _______
  2.              ____|__     |                (R)
  3.           --|       |    |-------------------
  4.             |   ____|__  |  Association of
  5.             |  |       |_|  Shareware
  6.             |__|   o   |    Professionals
  7.           -----|   |   |---------------------
  8.                |___|___|    MEMBER
  9.  
  10.  
  11.  
  12.                       QIC-BAT for CMS
  13.                         Version 1.2
  14.           A batch file generator for tape backup.
  15.            Do Your Backups.... Right off the BAT
  16.  
  17.                         Douglas East
  18.                    Command Line Software
  19.                       3431 Florida Dr.
  20.                      Loveland, CO 80538
  21.                         303-667-4566
  22.                     COMPUSERVE 72673,357
  23.                    QIC-BAT BBS 303-663-5507
  24.  
  25.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 2 OF 36
  26.      ===========================================================
  27.  
  28.  
  29.  
  30.  
  31.  
  32.                           WARRANTY
  33.  
  34. THE AUTHOR HEREBY DISCLAIMS ALL WARRANTIES RELATING TO THIS
  35. SOFTWARE, WHETHER EXPRESS OR IMPLIED, INCLUDING WITHOUT
  36. LIMITATION ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
  37. FITNESS FOR A PARTICULAR PURPOSE.  THE AUTHOR WILL NOT BE
  38. LIABLE FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT
  39. OR SIMILAR DAMAGES DUE TO LOSS OF DATA OR ANY OTHER REASON,
  40. EVEN IF THE AUTHOR OR AN AGENT OF THE AUTHOR HAS BEEN
  41. ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  IN NO EVENT
  42. SHALL THE AUTHOR'S LIABILITY FOR ANY DAMAGES EVER EXCEED THE
  43. PRICE PAID FOR THE LICENSE TO USE THE SOFTWARE, REGARDLESS
  44. OF THE FORM OF THE CLAIM.  THE PERSON USING THE SOFTWARE
  45. BEARS ALL RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  46. SOFTWARE.
  47.  
  48.  
  49.  
  50.                          TRADEMARKS
  51.  
  52. The following trademarks are referred to throughout this manual.
  53. As you read the manual please remember that they are the
  54. trademarks or registered trademarks of the companies below.
  55.  
  56. Colorado Memory Systems (referred to as CMS in this manual) is
  57. a trademark of Colorado Memory Systems, Inc.
  58.  
  59.  
  60.  
  61.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 3 OF 36
  62.      ===========================================================
  63.  
  64.  
  65.  
  66.                         INSTALLATION
  67.  
  68. The shareware version of QIC-BAT is delivered by means of a
  69. compressed archive file.  The name of this file is QICBAT12.ZIP.
  70. Since QIC-BAT works in conjunction with the CMS backup software
  71. all of QIC-BAT's files should be located in the same subdirectory
  72. with CMS's TAPE.EXE.  Normally this subdirectory is named \TAPE.
  73.  
  74. Unzip QICBAT12.ZIP into the \TAPE subdirectory and then type
  75. QICBAT [Enter] to start the program.
  76.  
  77. The following files are contained in QICBAT12.ZIP
  78.  
  79.    QICBAT.EXE     The main program
  80.    QICBAT.HLP     On-line help file
  81.    QICBAT.DOC     User's manual (This file)
  82.    REGISTER.DOC   Registration information
  83.    QICT1.EXE      batch file utility
  84.    QICT2.EXE      batch file utility
  85.    VENDINFO.DIZ   Vendor & User information (text & data)
  86.    FILE_ID.DIZ    Program description file
  87.    DESC.SDI       Description file
  88.    VENDOR.DOC     Refers you to VENDINFO.DIZ
  89.    READ_ME.1ST    Refers you to VENDINFO.DIZ
  90.  
  91.  
  92. Start the program by typing QICBAT followed by the [Enter] key.
  93.  
  94. QIC-BAT version 1.2 was designed to work with the command
  95. line language available with CMS DOS backup software through
  96. version 4.03.  This was the latest version at this writing
  97. (10/8/93).
  98.  
  99.  
  100.  
  101.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 4 OF 36
  102.      ===========================================================
  103.  
  104.  
  105.  
  106.  
  107.                          INTRODUCTION
  108.  
  109. Welcome to QIC-BAT(TM) - The quickest and easiest way to
  110. launch your tape drive software.
  111.  
  112. WHY USE BATCH FILES FOR BACKUP?
  113.  
  114. Your tape drive manufacturer supplied a software program
  115. with your tape drive that gives you the capability to backup
  116. your hard drive in a variety of different ways.  The program
  117. uses a series of menus that guides you through the process
  118. of making several choices regarding how the backup is to be
  119. done.  However, each time you wish to do the same backup you
  120. must open the software and make all the same choices over
  121. again.  If you do daily backups as you should then this can
  122. become a daily time-consuming task.
  123.  
  124. Recognizing this shortcoming, the manufacturer did provide a
  125. seldom used solution to automating the backup process.  They
  126. provided a command line language that allows you to run your
  127. entire backup without ever opening the menu software.
  128. Unfortunately this language was written for programmers and
  129. not for the average user.  It can be difficult to use and
  130. very prone to errors.
  131.  
  132. This command line language is very powerful.  It not only
  133. provides you with a means of saving your backup selections
  134. for future use but provides additional capabilities not
  135. available in the menu software (see below).
  136.  
  137. With QIC-BAT you can now take full advantage of the software
  138. supplied with your tape drive.  QIC-BAT unleashes the power
  139. of your backup software by providing a very easy-to-use,
  140. mouse driven solution for creating batch files for your
  141. backups.
  142.  
  143. There are other advantages to using batch files for doing
  144. your backups:
  145.  
  146. Faster backups - The backup software actually runs faster
  147. from a batch file.  Your backups will be completed in less
  148. time.
  149.  
  150. Less memory required - The amount of memory required to run
  151. the backup software is reduced by launching the software
  152. from a batch file.  For some users who have stringent memory
  153. requirements this may be the only way that the software can
  154. be run.
  155.  
  156.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 5 OF 36
  157.      ===========================================================
  158.  
  159.  
  160. Additional capabilities available from batch files
  161. include:
  162.  
  163. * Multi-Drive backups
  164. * Tag Files
  165. * File exclusion
  166. * Better date filtering
  167.  
  168. Backing up your hard drive to a tape drive is a very
  169. repetitive process. Once you have decided on a backup
  170. strategy then performing the backup should be made as easy
  171. as possible.  If you want to do the same type of backup
  172. today that you did yesterday then you shouldn't have to
  173. redefine it each time you want to repeat it.  Batch files
  174. give you that capability.  Once defined you can run them
  175. over and over again by simply executing the batch file.  You
  176. can have numerous batch files, each one performing a different
  177. type of backup.
  178.  
  179.  
  180. USE OF THE MOUSE AND KEYBOARD
  181.  
  182. QIC-BAT provides full mouse support.  However, the program
  183. can be run very easily without a mouse.  There are two
  184. methods for making selections from the keyboard.  You can
  185. select an object on the screen by using the [TAB] key to set
  186. the focus to an object and then striking the [ENTER] key.
  187.  
  188. The other method is to simply strike the access key for the
  189. desired object while holding down the [ALT] key.  Each
  190. screen object has an access key highlighted in bright white.
  191. [Alt M] on the opening screen for example is the same as
  192. clicking with the mouse on the MAKE NEW BATCH FILE button.
  193.  
  194.  
  195. USE OF HELP BUTTONS
  196.  
  197. There are over 30 help buttons distributed throughout
  198. QIC-BAT.  To obtain help for a given function of the program
  199. simply click on the HELP button located closest to that
  200. function.  To select a help button from the keyboard hold
  201. down the [Alt] key followed by it's highlighted access key.
  202. The access keys for all help buttons are a number from
  203. 1 to 9.
  204.  
  205. Help buttons have a gray background and have the format
  206. <Help n> where n is the access key for that button.
  207.       QIC-BAT FOR CMS        USER'S GUIDE          PAGE 6 OF 36
  208.      ===========================================================
  209.  
  210.  
  211. Clicking on a help button brings up a white on gray
  212. window providing information about the desired subject.  Help screens
  213. initially appear as half sized windows.  The window may appear on
  214. the left or right  side of the screen depending on the location of
  215. the help button that was clicked.  This allows you to read the help
  216. screen and still see the window below it.  The help screens, like many
  217. other screens in QIC-BAT, may be repositioned on the screen by clicking
  218. and dragging on the title bar of